﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */

.clear {
	clear: both;
}
.clearfix, .container:after, .row:after, ul {
 *zoom: 1;
}
.clearfix:after, .container:after, .row:after, ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.content img {
	max-width: 100%;
}
.content_box, .content_box *, .content_box *:before, .content_box *:after {
	box-sizing: content-box;
}


[hidden] {
 display: none;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
	cursor: pointer;
}
a {
	color: inherit;
 color: expression(this.parentNode.currentStyle.color);
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/****************************** style ******************************/
body, button, input, select, textarea {
	font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
	color: #5a5a5a;
	font-size: 12px;
}
.center {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: 100%;
}
.i_box1 {
	width: 100%;
	/*padding-bottom: 40px;*/
}
.i_box1 .i_box1_content {
	width: 100%;
}
.i_box1 .i_box1_content .main_r {
	margin-top: 0;
}
.search {
	width: 100%;
	height: 53px;
	overflow: hidden;
	margin-bottom: 5px;
}
.search p {
	/*float: left;*/
	line-height: 43px;
	text-align: center;
}
.search p b {
	font-weight: bold;
	font-size: 16px;
}
.search p a {
	font-size: 16px;
	margin-left: 4px;
}
.search p a:hover {
	color: #004e8b;
}
.search div {
	/*float: right;*/
	    width: 416px;
    margin: 0 auto;
	padding-top: 10px;
}
.search div .texta {
	width: 356px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666666;
	font-weight: normal;
	line-height: 34px;
	height: 38px;
	vertical-align: middle;
	border: #004e8b 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	display: block;
	float: left;
}
.search div .btna {
	width: 60px;
	background: #004e8b;
	font-family: SimSun;
	font-weight: normal;
	border: #fff 0px solid;
	float: left;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
}
@media (max-width:767px) {
 .search div{
 	width: auto;
 }
 .search p {
	float: left;
}
}
